ServiceGetOAuthTokenWithAuthorizationCode Method (String, String) |
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic OAuthToken GetOAuthTokenWithAuthorizationCode(
string authorizationCode,
string authorizationCodeRedirectUri
)
Public Function GetOAuthTokenWithAuthorizationCode (
authorizationCode As String,
authorizationCodeRedirectUri As String
) As OAuthToken
Parameters
- authorizationCode
- Type: SystemString
- authorizationCodeRedirectUri
- Type: SystemString
Return Value
Type:
OAuthToken
See Also